encoding/json.field.name (field)
13 uses
encoding/json (current package)
decode.go#L725: d.errorContext.FieldStack = append(d.errorContext.FieldStack, f.name)
encode.go#L1033: name string
encode.go#L1153: name: name,
encode.go#L1160: field.nameBytes = []byte(field.name)
encode.go#L1165: field.nameNonEsc = `"` + field.name + `":`
encode.go#L1181: next = append(next, field{name: ft.Name(), index: index, typ: ft})
encode.go#L1192: if x[i].name != x[j].name {
encode.go#L1193: return x[i].name < x[j].name
encode.go#L1215: name := fi.name
encode.go#L1218: if fj.name != name {
encode.go#L1242: exactNameIndex[field.name] = &fields[i]
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |